DevForce Help Reference
Value Property (IPropertyInterceptorArgs<TInstance,TValue>)


The value of the property being retrieved or set.
Syntax
'Declaration
 
Property Value As TValue
'Usage
 
Dim instance As IPropertyInterceptorArgs(Of TInstance,TValue)
Dim value As TValue
 
instance.Value = value
 
value = instance.Value
TValue Value {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPropertyInterceptorArgs<TInstance,TValue> Interface
IPropertyInterceptorArgs<TInstance,TValue> Members

Send Feedback